DomainObjects Class Library

FieldConversion<FieldConversionSubClass> Members

FieldConversion<FieldConversionSubClass> overview

Public Static Properties

Instance Gets the instance.

Public Instance Constructors

FieldConversion<FieldConversionSubClass> Constructor

Public Instance Methods

DbTypeToFieldType Converts the value of the given database type to a field type that will populate a field in a persistable object.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
FieldTypeToDbType Converts the value of the given field type to a database type that will be stored in the database.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

FieldConversion<FieldConversionSubClass> Class | DomainObjects.Facade.Domain Namespace